View::RevealAlign

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:22 1991
Index Return to Main Contents
 

NAME

View::RevealAlign - instance method  

TEMPLATE

void RevealAlign(Rectangle revealRect, VObjAlign alignFlags = eVObjHLeft | eVObjVTop)  

SPECIFIERS

public  

DESCRIPTION

RevealAlign shows the revealRect of this by scrolling to that area. The Clipper that does the work aligns the revealRect within its own content rectangle according to the alignFlags.
RevealAlign actually forwards this message either to the instvar focus or to all Clippers in the instvar clippers or to the next View in the container chain.
See also method Clipper::RevealAlign, method RevealRect, method Scroll and method ConstrainScroll.  

ARGUMENTS

Rectangle revealRect

a part of the content rectangle of this
to be shown
VObjAlign alignFlags = eVObjHLeft | eVObjVTop

specifies how to align the revealRect
within the content rectangle of all Clippers that show this. See enum VObjAlign.
 

RETURN ARGUMENT

void

 

CATEGORIES

scrolling, forwarding, client interface

 

FILES

implementation:
View.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:20 GMT, March 30, 2022